Skip to content

build: update angular packages#18315

Merged
filipesilva merged 1 commit intomasterfrom
renovate/angular
Jul 22, 2020
Merged

build: update angular packages#18315
filipesilva merged 1 commit intomasterfrom
renovate/angular

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 21, 2020

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest fc2c2a8 -> bedce28
@angular/cdk dependencies digest 4740c50 -> 2a7cae8
@angular/cdk devDependencies minor 10.0.2 -> 10.1.0
@angular/common dependencies digest 7b930a4 -> 6b7c47d
@angular/compiler dependencies digest 77ccbfc -> bf53c23
@angular/compiler-cli dependencies digest 437f5e8 -> 32c68df
@angular/core dependencies digest 64f24ae -> dcdd70d
@angular/forms dependencies digest 966dc9f -> 2b98b09
@angular/language-service dependencies digest 4871667 -> 45acb79
@angular/localize dependencies digest 794b8e9 -> 5b038b7
@angular/material dependencies digest 4bd8dcd -> 7fa0506
@angular/material devDependencies minor 10.0.2 -> 10.1.0
@angular/material-moment-adapter dependencies digest e3a19ce -> ea73954
@angular/platform-browser dependencies digest 8ce34a5 -> ecaecaf
@angular/platform-browser-dynamic dependencies digest 4dc0dd8 -> f452557
@angular/platform-server dependencies digest 75ac7b5 -> 5f418e8
@angular/router dependencies digest 7613d3f -> 806a47a

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/components

v10.1.0

Compare Source

cdk
bug fix a11y: focus trap directive not capturing focus if auto capture input is set after init (#​19689) (1acc608), closes #​19664
bug fix a11y: list key manager not emitting change event if new item is added to active index (#​19666) (3fbebe0), closes #​19661
bug fix aria-describer: messages not being read out in IE and Edge (#​12304) (0e22019), closes #​12298
bug fix drag-drop: pointer position calculation for SVG with viewBox (#​19863) (78483bf)
bug fix drag-drop: allow handle to be set on drag element if there is a different drag root (#​19559) (2335571), closes #​19555
bug fix drag-drop: error when cloning 0x0 canvas (#​19707) (3614a0b)
bug fix drag-drop: not starting auto scroll when inside boundary (#​19865) (39d48c7), closes #​18596
bug fix drag-drop: placeholder element not available in started event (#​19493) (bc88cc1), closes #​19457
bug fix drag-drop: sometimes incorrectly swapping items at the ends of the list (#​19633) (0a6e4d6), closes #​19249
bug fix drag-drop: update free drag position on scroll (#​19648) (9d903e0)
bug fix platform: rtl scroll axis incorrectly determined in Safari macOS (#​19830) (0ddad07), closes #​14609
bug fix schematics: errors when attempting to read some files (#​19783) (00c5a53), closes #​19779
bug fix scrolling: fixed-size-virtual-scroll wrong range and position when items length changes and current scroll is greater than new data length (#​19578) (1d6ae58)
feature a11y: Add optional home/end key support to ListKeyManager (#​19834) (544e335)
feature overlay: support closing when clicking outside the overlay (#​16611) (210d054)
bug fix overlay: outside click dispatcher not accounting for shadow DOM (#​19904) (7427b26)
bug fix overlay: overlay directives not emitting when detached externally (#​7950) (4a3c960)
feature testing: add base class for harnesses that may contain other harnesses (#​19944) (6d2fb1f)
feature tree: add trackBy to NestedTreeControl (#​19602) (e2c7e1a)
material
bug fix autocomplete: don't close when clicking inside custom origin (#​19784) (1319c0a), closes #​19771
bug fix button-toggle: remove unused property and type ToggleType (#​19497) (c225b28)
bug fix datepicker: add role to date range input (#​19717) (cfe37d1)
bug fix datepicker: don't set aria-labelledby if form field does not have a label (#​19639) (37e2171)
bug fix datepicker: label state not being updated in some cases (#​19761) (fcfc224)
bug fix datepicker: not marking as dirty when invalid value is typed in (#​19730) (8934feb), closes #​19726
bug fix datepicker: range input separator not hidden in high contrast mode (#​19706) (9af441d)
bug fix dialog: restore focus with the proper focus origin (#​9257) (cf9bb1f), closes #​8420
bug fix focus indicators: Improve styles that determine when focus indicators should render on selection controls. (#​19546) (3d03bf3)
bug fix form-field: error in older versions of edge (#​19698) (e1bfb92), closes #​17810
bug fix input: changed after checked error if input has static placeholder (#​20015) (0d43581)
bug fix input: incorrectly handling nested themes (#​19637) (da9c707)
bug fix input: placeholder being read out twice by some screen readers (#​10466) (d05ba60), closes #​9721
bug fix list: single selection list selected state not shown on touch devices (#​19877) (2eff545), closes #​19876
bug fix list: use flexbox to size mat-line elements (#​19809) (#​19819) (998bb18)
bug fix ng-update: properly handle update from different working directory (05ec25f), closes #​19779
bug fix progress-spinner: not respecting user colors in high contrast mode (#​19786) (abc94c4)
bug fix sidenav: restore focus if drawer is closed through backdrop click (#​19534) (5ed1a00), closes #​17749
bug fix snack-bar: announcing same message twice to screen readers (#​14504) (1bbfcf4)
bug fix sort: sorted state being read out when navigating cells (ea22e92), closes #​13012
bug fix tree: allow use of FlatTreeControl's trackBy function in MatTreeFlatDataSource and MatTreeFlattener (#​19600) (8ea3558)
bug fix focus monitor-based styles not working in some cases inside shadow dom (#​19422) (df981ee), closes #​19414
bug fix testing: harness selector not matching mat-spinner selector (#​19657) (3ffcc63), closes #​19649
feature schematics: enable routing option (#​19439) (31723b8)
feature testing: expose whether harness elements are focused (#​19704) (081d833), closes #​19702
feature testing: Add a test harness for MatToolbar (#​19976) (9e97a34)
feature testing: Add a test harness for MatCard (#​19833) (54c2d16)
performance ink-bar: Convert MatInkBarFoundation adapter to class object (#​19986) (78dc50b)
performance tooltip: Defer hooking up events until there's a message and the tooltip is not disabled (#​19764) (49de56c)
google-maps
bug fix allow for dimensions to be controlled through CSS (#​19790) (e32e2e2)
bug fix rendering blank if custom options with no center are provided (#​19916) (9ce2a90), closes #​19908
youtube-player
feature support passing in the playerVars parameter (#​19746) (cc36af7), closes #​17672 #​19267
cdk-experimental
bug fix menu: Fix circular dependency (09b33c2)
feature listbox: add file skeleton (#​19612) (0428231)
feature listbox: multi-select and active descendant support (#​19929) (7c49399)
feature listbox: selection logic and testing for listbox. (#​19690) (2a97418)
feature menu: add functionality to navigate a Menu and MenuBar with a keyboard (#​19962) (ffc6f4b)
feature menu: Implement grouping logic for menuitems (7a4b453)
feature menu: implement menu handling logic (#​19701) (b3d6d92)
material-experimental
bug fix chips: fix empty check when no chips (#​20025) (ebda4de)
bug fix form-field: fix notch width after appearance change (#​19682) (5ef23ba)
bug fix strong focus indicator clipped in checkbox and radio button (#​19423) (45492b6)
bug fix mdc-form-field: update input alignment to match spec (f4f0d95)
bug fix mdc-list: fix infinite loop on init (#​19930) (63da9e3)
bug fix mdc-snack-bar: error during server-side rendering (#​19922) (912ad8d)
bug fix mdc-snack-bar: support dark themes (#​19926) (a9e0ac5)
bug fix slide-toggle: fix focus indictor position (#​19551) (6c212b7)
feature mdc-chips: Make chips editable by connecting to the mdc web editing interface (#​19618) (04024fe)
feature snack-bar: add MDC-based snack-bar (#​19738) (a63bfc5)
feature snack-bar: add MDC-based snack-bar (#​19800) (7dcd2dd)

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release labels Jul 21, 2020
@filipesilva filipesilva merged commit 6fb2c4b into master Jul 22, 2020
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jul 22, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
warning " > @bazel/karma@1.7.0" has unmet peer dependency "karma-firefox-launcher@>=1.0.0".
warning " > @bazel/karma@1.7.0" has unmet peer dependency "karma-requirejs@>=1.0.0".
warning " > @bazel/karma@1.7.0" has unmet peer dependency "karma-sourcemap-loader@>=0.3.0".
warning " > ng-packagr@10.0.0-next.0" has incorrect peer dependency "tslib@^1.10.0".
warning " > ng-packagr@10.0.0-next.0" has incorrect peer dependency "typescript@>=3.6 < 3.9".
warning "ng-packagr > injection-js@2.3.0" has incorrect peer dependency "tslib@^1.9.3".
warning " > ts-api-guardian@0.5.0" has incorrect peer dependency "typescript@~3.7.4".
warning " > tslint-sonarts@1.9.0" has incorrect peer dependency "tslint@^5.11.0".
warning " > @angular-devkit/build-ng-packagr@0.0.0" has incorrect peer dependency "ng-packagr@^10.0.0".

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Aug 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants